home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 7 / 45 Great Windows Utilities Volume 7 MOJO-411 (Mojo Software).iso / 5in1 / 5in1.mak < prev    next >
Text File  |  1991-04-07  |  276b  |  14 lines

  1.  
  2. 5in1.obj: 5in1.c
  3.     cl -nologo -c -AS -Gsw -W4 -Oas -Zpe 5in1.c
  4.  
  5. 5in1.res: 5in1.rc
  6.     rc -v 5in1.rc
  7.  
  8. 5in1.exe: 5in1.obj 5in1.def 5in1.mak 5in1.def
  9.     link /NOLOGO /NOD 5in1,/A:16,NUL, libw slibcew, 5in1.def
  10.     rc   -v 5in1
  11.  
  12. 5in1.exe: 5in1.res
  13.     rc -v 5in1
  14.